home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / pc_files / venddemo / stocks / smentry1.hs1 < prev    next >
Text File  |  1984-01-10  |  3KB  |  73 lines

  1.        DATA ENTRY PROGRAM - Description of Stock Select Screen (1 of 3)
  2.  
  3. The stock select screen can display the names of up to 13 stocks at one time.
  4. On the left side of the stock select screen there will be a pointer that looks
  5. like this:  ->  A stock is selected when the pointer is on the same line as
  6. the name of that stock.  The pointer can be moved through the list of stocks
  7. by means of the cursor keys on the right side of the keyboard as described
  8. below.  If you press the wrong key, an error message will flash on the bottom
  9. of the screen until you press another correct key.
  10.  
  11. Down-arrow: moves the pointer down one line.  If necessary, the display will
  12.       scroll towards the end of the list.
  13.  
  14. Up-arrow: moves the pointer up one line.  If necessary, the display will
  15.       scroll towards the beginning of the list.
  16.  
  17. PgDn: moves the display 10 lines down towards the end of the list.  There is
  18.       an overlap of 3 lines.  The pointer is placed on the bottom line.
  19.  
  20. PgUp: moves the display 10 lines up towards the beginning of the list.  There
  21.       is an overlap of 3 lines.  The pointer is placed on the top line.
  22.  
  23.  
  24. Press ENTER to see next Help screen, or Esc key to go back to select screen.
  25.        DATA ENTRY PROGRAM - Description of Stock Select Screen (2 of 3)
  26.  
  27. End:  moves the display to the end of the list and places the pointer on the
  28.       last line of the list.
  29.  
  30. Home: moves the display to the beginning of the list and places the pointer
  31.       on the first line of the list.
  32.  
  33. Typing one of the following letter keys will invoke the corresponding function:
  34.  
  35. D  = DATA entry or correction of volume and prices for the selected stock.
  36.      This will take you to the data entry screen, which also permits handling
  37.      of stock splits or dividends and changing of the moving average periods.
  38.  
  39. G  = Draw a bar GRAPH for any stock.  This will take you to the bar graph pro-
  40.      gram and another stock select screen.  You must have a color graphics
  41.      adapter installed in order to draw bar graphs on the screen or printer.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. Press ENTER to see next Help screen, or Esc key to go back to select screen.
  49.        DATA ENTRY PROGRAM - Description of Stock Select Screen (3 of 3)
  50.  
  51. A  = ADD or delete any stock, or make changes to a stock name, symbol, ex-
  52.      change, dividend, earnings or price goals.  This will take you to the
  53.      add/delete program and another stock select screen.
  54.  
  55. H  = HELP.  Displays the explanatory information you are looking at now.
  56.  
  57. Q  = QUIT this program and exit to DOS, so you can run a different program
  58.      system, make a backup copy of a disk, etc.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. Press ENTER or Esc key to go back to the stock select screen.
  73.